home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.7 / 2001-10_Disc_7.7.bin / Data / audio.pcg / scripts / DefineButton2_18 / BUTTONCONDACTION on(release).as < prev    next >
Text File  |  2001-07-19  |  139b  |  9 lines

  1. on(release){
  2.    if(_level1.EasterEggIsOn == false)
  3.    {
  4.       stopAllSounds();
  5.    }
  6.    _root.textInfo.stop();
  7.    gotoAndStop(2);
  8. }
  9.